h1 {
	text-align:center;
	font-size:3.5em;	
	text-decoration: underline;
	color: white;
}

body{
	background-image: url('background.jpg');
}

p.intro {
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}
	
p.noise {
	font-size: 22px;
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: bold;
	color: white;
}
	
p.energy {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: white;
}
	
img {
	padding: 5px;
}

a:link {
	color: LightGreen;
}

a:visited {
	color: LightCoral;
}

a:hover {
	color: LightSeaGreen;
}

